if (do_name() != 'Home') : ?>
Reference | textwidth()
endif ?> Syntax
textwidth(txt, width=None)
Description Returns what would be the width of a text block drawn with the text() command, in the current font(), fontsize() and lineheight(). The parameter sets the text string to measure.
Returns the width of the text block, as a floating point number
Example
include("util/comment.php"); ?>
font("Courier New") w = textwidth("hello") print w